home *** CD-ROM | disk | FTP | other *** search
/ IL-2 Sturmovik (2001) Dig…Preview and Review disks / Demo disk.iso / data1.cab / Files / lib / rt.jar / sun / rmi / rmid / resources / rmid_es.properties < prev    next >
Encoding:
Text File  |  1979-12-31  |  2.3 KB  |  61 lines

  1. #
  2. # @(#)rmid.properties    1.2 98/06/29
  3. #
  4. # Copyright 1998 by Sun Microsystems, Inc.,
  5. # 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
  6. # All rights reserved.
  7. #
  8. # This software is the confidential and proprietary information
  9. # of Sun Microsystems, Inc. ("Confidential Information").  You
  10. # shall not disclose such Confidential Information and shall use
  11. # it only in accordance with the terms of the license agreement
  12. # you entered into with Sun.
  13. #
  14.  
  15. # "port" here refers to a TCP port for the server to listen on.
  16. rmid.syntax.port.badnumber=\
  17. el puerto no es un n\u00famero
  18.  
  19. # "-port" should not be translated, because it's part of command syntax.
  20. rmid.syntax.port.missing=\
  21. la opci\u00f3n -port necesita un argumento
  22.  
  23. # "-log" should not be translated, because it's part of command syntax.
  24. rmid.syntax.log.missing=\
  25. la opci\u00f3n -log necesita un argumento
  26.  
  27. # {0} = the (string) illegal argument in question
  28. rmid.syntax.illegal.option=\
  29. opci\u00f3n no permitida: {0}
  30.  
  31. # {0} = the (string) reason text that came with a thrown exception
  32. # "Activation.main" should not be translated, because it's a codepoint
  33. rmid.unexpected.exception=\
  34.     Activation.main: ha ocurrido una excepci\u00f3n: {0}
  35.  
  36. # "java.home" should not be translated, because it's a property name
  37. # "ActivatorImpl" should not be translated, because it's a codepoint
  38. rmid.unfound.java.home.property=\
  39.     ActivatorImpl: imposible encontrar java.home
  40.  
  41. # "Activation.main" should not be translated, because it's a codepoint
  42. rmid.exec.policy.invalid=\
  43.     Activation.main: Clase de norma de ejecuci\u00f3n no v\u00e1lida
  44.  
  45. # "rmid", "-port", "-log", "-stop", "-C" and "-J" should not be translated,
  46. # because they are syntax
  47. rmid.usage=Sintaxis: {0} <opciones>\
  48. \n\
  49. \ndonde <opciones> incluye:\
  50. \n  -port <puerto>        Especificar puerto para que lo utilice rmid\
  51. \n  -log <directorio>    Especificar directorio en el que rmid debe escribir el registro\
  52. \n  -stop               Detener la actual llamada de rmid (para el puerto especificado)\
  53. \n  -C<indicador de runtime>    Pasar argumento a cada proceso subordinado (grupo de activaci\u00f3n)\
  54. \n  -J<indicador de runtime>    Pasar argumento al int\u00e9rprete de java\
  55.  
  56. # This means "The currently running activation daemon has been shut down,
  57. # and is about to exit".
  58. rmid.daemon.shutdown=\
  59. daemon de activaci\u00f3n desactivado
  60.  
  61.